object fRTFConv: TfRTFConv Left = 251 Top = 107 BorderStyle = bsDialog ClientHeight = 82 ClientWidth = 239 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object BtnCancel: TButton Left = 83 Top = 48 Width = 72 Height = 22 Default = True TabOrder = 0 OnClick = btnCancelClick end object ProgressBar: TProgressBar Left = 18 Top = 16 Width = 203 Height = 12 Min = 0 Max = 100 TabOrder = 1 end end